home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 4 / Assassins 4 (1999)(Weird Science).iso / mui / mui_developer / extclasses / mcc_tron / developer / c / examples / rev / tron-demo.rev
Encoding:
Text File  |  1997-03-10  |  732 b   |  21 lines

  1. #define __VERSION    16
  2. #define __REVISION   36
  3. #define __FIRSTYEAR  95
  4. #define __DATE       "22.12.96"
  5. #define __VERSTAG    "\0$VER: Tron-Demo 16.36 (22.12.96) Copyright 1995-1996 kmel, Klaus Melchior"
  6. #define __VERSCR     "Copyright 1995-1996 kmel, Klaus Melchior"
  7. #define __VERSWR     "Written 1995-1996 kmel, Klaus Melchior"
  8. #define __VSTRING    "Tron-Demo 16.36 (22.12.96)"
  9. #define __VERS       "Tron-Demo 16.36"
  10. #define __NAME       "Tron-Demo"
  11. #define __AUTHOR     "kmel, Klaus Melchior"
  12.  
  13. #ifdef VARS
  14. char *vers_tag          = __VERSTAG;
  15. char *vers_string       = __VSTRING;
  16. char *vers_text         = __VERS;
  17. char *vers_name         = __NAME;
  18. int vers_version        = __VERSION;
  19. int vers_revision       = __REVISION;
  20. #endif
  21.